Pin to an older version of rustup temporarily
authorAlex Crichton <alex@alexcrichton.com>
Tue, 13 Dec 2016 18:49:45 +0000 (10:49 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Dec 2016 18:49:45 +0000 (10:49 -0800)
cc #3394

appveyor.yml

index 488c2dee8ed3f339089cc379ad2116433cad1ea0..4de60cc07e8b9b7b86a3c88765982fea04c6cdbd 100644 (file)
@@ -26,7 +26,9 @@ install:
   - if defined MINGW_URL appveyor DownloadFile %MINGW_URL%/%MINGW_ARCHIVE%
   - if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
   - if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
-  - curl -sSf -o rustup-init.exe https://win.rustup.rs/
+
+  # FIXME(#3394) use master rustup
+  - curl -sSfO https://static.rust-lang.org/rustup/archive/0.6.5/x86_64-pc-windows-msvc/rustup-init.exe
   - rustup-init.exe -y --default-host x86_64-pc-windows-msvc
   - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
   - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%